home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / printing / 2column6.lzh / EPSON_FX.DAT < prev    next >
Text File  |  1993-12-18  |  2KB  |  62 lines

  1. *   PRINTER CODE DATA FOR "TWO COLUMN PRINTER" Release 6 (2COLUMNS.PRG)
  2. *                        Epson FX printers
  3. *
  4. * IMPORTANT: Do not add or delete any commas or lines in the codes section
  5. * below. This includes the remarks portion of the code lines.  Keep the
  6. * line "----CODES AND DEFAULTS---" intact.  Don't use TABs
  7. *
  8. * Codes are decimal ASCII.  Full editing instructions are in 2COLUMNS.DOC
  9. * CPI = Characters Per Inch (pitch)  LPI = Lines Per Inch
  10. *
  11. $ MB=2,TS=5,CL=2  (Max Blank lines, Tab Spacing, default Column Length
  12. * reduction)  Ranges are: MB 0-9, TS 2-9, CL 0-9  Note dollar sign
  13. *
  14. @ SORT=n, 2SIDES=n, DRAFT=y, DATE=y, DISK=n, EQUAL=y, EUROPE=n
  15. *
  16. ------------- CODES AND DEFAULTS ------------
  17. 027 056,      Disable 'Paper-Out' sensor
  18. 027 057,      Enable 'Paper-Out' sensor
  19. 027 065 010,  7 lines/inch line spacing (use closest value-10/72 set here)
  20. 027 064 027 080 027 120 000 027 084, Initialize-10CPI-draft-cancel subscript
  21. 027 079,      Cancel 'Skip-Over-Perforations'
  22. 027 087 001,  Fancy Print for Heading (Expanded or double width)
  23. 027 087 000,  Cancel Fancy Print
  24. 027 071,  Enhanced Print (Double Strike or NLQ--must work with all sizes)
  25. 027 072,  Cancel Enhanced printing (set draft mode)
  26. *
  27. "TXT", Default file extension to be shown in file selector box.
  28. 6,  Number of type sizes listed below (up to 6 allowed)
  29. *
  30. " Compressed Elite - 20CPI", Name of type size #1
  31. 027 033 005,              Printer codes to select this type size
  32. 160, Number of characters of this size that will fit on a full line
  33. 74,  Maximum lines per column
  34. *
  35. "  as above but at 8 LPI", Name of size #2
  36. 027 033 005 027 048,      codes
  37. 160, characters per full line
  38. 82,  Maximum lines per column
  39. *
  40. " Compressed - 17CPI",   Name size #3 
  41. 027 015 027 081 137,  codes
  42. 137, characters per full line
  43. 74,  Max lines per column
  44. *
  45. "  as above but at 8 LPI",  Name size #4 
  46. 027 015 027 081 137 027 048,  codes
  47. 137, characters/line
  48. 82,  lines/column
  49. *
  50. " Elite - 12CPI",   Name 
  51. 027 077,    codes 
  52. 96,  characters/line
  53. 74,  lines/column
  54. *
  55. "Small Ltrs - 20 CPI 10LPI", Name (uses the superscript font)
  56. 027 033 005 027 065 007 027 083 000,  codes
  57. 160,  characters/line
  58. 103,  lines/column
  59. ************************************
  60. Note: The last type size always prints in double strike mode (the only way
  61. Epson FX printers can print Super & Sub script fonts).
  62.